Searched refs:n_len (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/ |
H A D | hi_cipher_compat.h | 305 hi_u16 n_len; /* Length of public modulus, max value is 512Byte. */ member 319 hi_u16 n_len; /* Length of public modulus */ member 322 hi_u16 p_len; /* Length of 1st prime factor,should be half of n_len */ 323 hi_u16 q_len; /* Length of 2nd prime factor,should be half of n_len */ 324 hi_u16 dp_len; /* Length of D % (P - 1),should be half of n_len */ 325 hi_u16 dq_len; /* Length of D % (Q - 1),should be half of n_len */ 326 hi_u16 qp_len; /* Length of 1 / (Q % P),should be half of n_len */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_cipher.h | 186 hi_u32 n_len; /**< Nonce length for CCM, which is an element of {7,8,9,10,11,12,13}. */ member
|
Completed in 3 milliseconds