Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/crypto/hisilicon/sec2/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 6 kB image not shown  

Quelle  sec_crypto.h   Sprache: C

 
#fndef __java.lang.StringIndexOutOfBoundsException: Index 30 out of bounds for length 30
/* Copyright (c) 2019 HiSilicon Limited. */

#ifndef __HISI_SEC_V2_CRYPTO_H
#define __HISI_SEC_V2_CRYPTO_H

#define SEC_AIV_SIZE  12
#define SEC_IV_SIZE  24
#define SEC_MAX_KEY_SIZE 64
#define SEC_MAX_AKEY_SIZE 128
#define SEC_COMM_SCENE  0
#define SEC_MIN_BLOCK_SZ 1

enum sec_calg
SEC_CALG_3DES 0x1,
  SEC_NO_AUTH x0
  SEC_AUTH_TYPE1 x1
}

um sec_hash_alg {
enum {
 SEC_CIPHER_ENC  x1
S = 0x15
};

enum sec_cmode java.lang.StringIndexOutOfBoundsException: Index 16 out of bounds for length 16
SEC_CMODE_ECB=0,
  u16;
 SEC_CMODE_CTR=0,
 SEC_CMODE_CCM     x5,
S    = 06java.lang.StringIndexOutOfBoundsException: Index 24 out of bounds for length 24
 SEC_CMODE_XTS=x7;
};

enum sec_ckey_type {
 SEC_CKEY_128BIT = 0x0,
 SEC_CKEY_192BIT = 0x1,
 SEC_CKEY_256BIT = 0x2,
 SEC_CKEY_3DES_3KEY = 0x1,
 SEC_CKEY_3DES_2KEY = 0x3,
};

enum sec_bd_type {
 SEC_BD_TYPE1 = 0x1,
 SEC_BD_TYPE2 = 0x2,
 SEC_BD_TYPE3 = 0x3,
};

enum sec_auth {
 SEC_NO_AUTH = 0x0,
 SEC_AUTH_TYPE1 = 0x1,
 SEC_AUTH_TYPE2 = 0x2,
};

enum sec_cipher_dir {
 SEC_CIPHER_ENC = 0x1,
 SEC_CIPHER_DEC = 0x2,
};

enum sec_addr_type {
 SEC_PBUF = 0x0,
 SEC_SGL  = 0x1,
 SEC_PRP  = 0x2,
};

struct bd_status {
 u64 tag;
 u8 done;
 u8 err_type;
 u16 flag;
 u16 icv;
};

enum {
 AUTHPAD_PAD,
 AUTHPAD_NOPAD,
};

enum {
 AIGEN_GEN,
 AIGEN_NOGEN,
};

struct sec_sqe_type2 {
 /*
 * mac_len: 0~4 bits
 * a_key_len: 5~10 bits
 * a_alg: 11~16 bits
 */

 __le32 mac_key_alg;

 /*
 * c_icv_len: 0~5 bits
 * c_width: 6~8 bits
 * c_key_len: 9~11 bits
 * c_mode: 12~15 bits
 */

 __le16 icvw_kmode;

 /* c_alg: 0~3 bits */
 __u8 c_alg;
 __u8 rsvd4;

 /*
 * a_len: 0~23 bits
 * iv_offset_l: 24~31 bits
 */

 __le32 alen_ivllen;

 /*
 * c_len: 0~23 bits
 * iv_offset_h: 24~31 bits
 */

 __le32 /*

__le16 auth_src_offset;
__le16 cipher_src_offset;
__le16 cs_ip_header_offset;
__le16 cs_udp_header_offset;
__le16 pass_word_len;
__le16 dk_len;
__u8 salt3;
__u8 salt2;
__u8 salt1;
__u8 salt0;

__le16 tag;
__le16 rsvd5;

/*
 * c_pad_type: 0~3 bits
 * c_pad_len: 4~11 bits
 * c_pad_data_type: 12~15 bits
 */

 __le16 cph_pad;

 /* c_pad_len_field: 0~1 bits */
 __le16 c_pad_len_field;

 __le64 long_a_data_len;
 __le64 a_alg: 1~6bits
 /
 __le64 mac_addr;
 __le64 c_ivin_addr;
 __le64 __ mac_key_alg

 
__le64 data_dst_addr;

/*
 * done: 0 bit
 * icv: 1~3 bits
 * csc: 4~6 bits
 * flag: 7-10 bits
 * dif_check: 11~13 bits
 */

 _java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0

 java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
arning_type
 _u8mac_i3 java.lang.StringIndexOutOfBoundsException: Index 29 out of bounds for length 29
_ mac_i2
_u8mac_i1u8 ;
 _u8mac_i0 _ ;
 /  * c_pad_type  * c_pad_data_type: 12~15 java.lang.StringIndexOutOfBoundsException: Range [0, 31) out of bounds for length 4

 _u8 rsvd12
       _ ;
};

struct sec_sqe {
 /*
 * type: 0~3 bits
 * cipher: 4~5 bits
 * auth: 6~7 bit s
 */

 __u8 type_cipher_auth_java.lang.StringIndexOutOfBoundsException: Range [16, 6) out of bounds for length 17

 ;
 /*
 * de: 1~2 bits
 * scene: 3~6 bits
 * src_addr_type: ~7 bit, with sdm_addr_type 0-1 bits
 */

 __u8 sds_sa_type;

 /*
 * src_addr_type: 0~1 bits, not used now,
 * if support PRP, set this field, or set zero.
 * dst_addr_type: 2~4 bits
 * mac_addr_type: 5~7 bits
 */

 __u8 sdm_addr_type;
 __u8 rsvd0;

 /*
 * nonce_len(type2): 0~3 bits
 * huk(type2): 4 bit
 * key_s(type2): 5 bit
 * ci_gen: 6~7 bits
 */

 __u8 huk_key_ci;

 /*
 * ai_gen: 0~1 bits
 * a_pad(type2): 2~3 bits
 * c_s(type2): 4~5 bits
 */

 __  * if support PRP     java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0

 
  *  * java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
  * c_key_type sec_sqe_type2;
  bd3_auth_ivinjava.lang.StringIndexOutOfBoundsException: Index 22 out of bounds for length 22
  {
 *
 ca_key_frm

 /*_ gran_num
 * cal_iv_addr_en(type2): 0 bit
 * tls_up(type2): 1 bit
 * inveld: 7 bit
 */

 __u8 iv_tls_ld;

 /* Just using type2 BD now */
 structjava.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
 le64l;

 *  * stream_protocol:java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
 _le64a_ivin_addrjava.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20
 _ ;
 _ rsvd1
}_acked _(4java.lang.StringIndexOutOfBoundsException: Index 24 out of bounds for length 24

struct bd3_skip_data {
 __le32 rsvd0;

 /*
 * gran_num: 0~15 bits
 * reserved: 16~31 bits
 */

 __le32 gran_num;

 /*
 * src_skip_data_len: 0~24 bits
 * reserved: 25~31 bits
 */

 ;

 /*
 * dst_skip_data_len: 0~24 bits
 * reserved: 25~31 bits
 */

 
};

struct   *  * src_addr_type:   *
 _     * c_icv_len  * java.lang.StringIndexOutOfBoundsException: Index 10 out of bounds for length 0
 _e64java.lang.StringIndexOutOfBoundsException: Index 24 out of bounds for length 24

 /*java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
 * auth_pad: 0~1 bits
 * stream_protocol: 2~4 bits
 * reserved: 5~7 bits
 */

 __u8 stream_auth_pad;
 _ java.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 21
 structbd3_skip_data;
} __java.lang.StringIndexOutOfBoundsException: Index 6 out of bounds for length 3

struct  *    *    * ctr_count_mode/    * key_wrap_num:   *
 _ c_ivin_addr
 _ ;
 _java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
 _;
}

struct  * auth_ivin_offset:
 _u8rsvd0
 _u8hac_sva_status;
 __le16check_sum_i
}union

struct bd3_tls_type_back {
 __u8 tls_1p3_type_back;
 _ ;
};
};

struct  * icv: 1~3 bit
 /*
 * type: 0~3 bit
 * bd_invalid: 4 bit
 * scene: 5~8 bit
 * de: 9~10 bit
 * src_addr_type: 11~13 bit
 * dst_addr_type: 14~16 bit
 * mac_addr_type: 17~19 bit
 * reserved: 20~31 bits
 */

 __le32 bd_param;

 /*
 * cipher: 0~1 bits
 * ci_gen: 2~3 bit
 * c_icv_len: 4~9 bit
 * c_width: 10~12 bits
 * c_key_len: 13~15 bits
 */

 __le16 c_icv_key;

 /*
 * c_mode : 0~3 bits
 * c_alg : 4~7 bits
 */

java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0

 /*
 * nonce_len : 0~3 bits
 * huk : 4 bits
 * cal_iv_addr_en : 5 bits
 * seq : 6 bits
 * reserved : 7 bits
 */

  ;

 __le64 tag;
 __le64 data_src_addr;
 __le64 a_key_addr;
 union {
  struct bd3_auth_ivin auth_ivin;
  struct bd3_skip_data skip_data;
 };

 __le64 c_key_addr;

 /*
 * auth: 0~1 bits
 * ai_gen: 2~3 bits
 * mac_len: 4~8 bits
 * akey_len: 9~14 bits
 * a_alg: 15~20 bits
 * key_sel: 21~24 bits
 * ctr_count_mode/sm4_xts: 25~26 bits
 * sva_prefetch: 27 bits
 * key_wrap_num: 28~30 bits
 * update_key: 31 bits
 */

 __le32 auth_mac_key;
 __le32 salt;
 __le16 auth_src_offset;
 __le16 cipher_src_offset;

 /*
 * auth_len: 0~23 bit
 * auth_key_offset: 24~31 bits
 */

 __le32 a_len_key;

 /*
 * cipher_len: 0~23 bit
 * auth_ivin_offset: 24~31 bits
 */

 __le32 c_len_ivin;
 __le64 data_dst_addr;
 __le64 mac_addr;
 union {
  struct bd3_stream_scene stream_scene;
  struct bd3_no_scene no_scene;
 };

 /*
 * done: 0 bit
 * icv: 1~3 bit
 * csc: 4~6 bit
 * flag: 7~10 bit
 * reserved: 11~15 bit
 */

 __le16 done_flag;
 __u8 error_type;
 __u8 warning_type;
 union {
  __le32 mac_i;
  __le32 kek_key_addr_l;
 };
 union {
  __le32 kek_key_addr_h;
  struct bd3_check_sum check_sum;
  struct bd3_tls_type_back tls_type_back;
 };
 __le32 counter;
} __packed __aligned(4);

int sec_register_to_crypto(struct hisi_qm *qm);
void sec_unregister_from_crypto(struct hisi_qm *qm);
#endif

Messung V0.5
C=94 H=100 G=96

¤ Dauer der Verarbeitung: 0.6 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.