Home
last modified time | relevance | path

Searched defs:keylen (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_des_rom.c31 int rtl_crypto_3des_cbc_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_3des_cbc_init()
105 int rtl_crypto_3des_ecb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_3des_ecb_init()
173 int rtl_crypto_3des_cfb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_3des_cfb_init()
241 int rtl_crypto_3des_ofb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_3des_ofb_init()
309 int rtl_crypto_3des_ctr_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_3des_ctr_init()
377 int rtl_crypto_des_cbc_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_des_cbc_init()
453 int rtl_crypto_des_ecb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_des_ecb_init()
521 int rtl_crypto_des_cfb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_des_cfb_init()
589 int rtl_crypto_des_ofb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_des_ofb_init()
657 int rtl_crypto_des_ctr_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_des_ctr_init()
A Drtl8721dhp_aes_rom.c34 int rtl_crypto_aes_cbc_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_cbc_init()
109 int rtl_crypto_aes_ecb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_ecb_init()
178 int rtl_crypto_aes_ctr_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_ctr_init()
250 int rtl_crypto_aes_cfb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_cfb_init()
322 int rtl_crypto_aes_ofb_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_ofb_init()
394 int rtl_crypto_aes_gcm_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_aes_gcm_init()
A Drtl8721dhp_sha.c293 int rtl_crypto_hmac_sha1_start(IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_sha1_start()
310 int rtl_crypto_hmac_sha1_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_sha1_init()
434 IN const u8* key, IN const u32 keylen, in rtl_crypto_hmac_sha1()
454 int rtl_crypto_hmac_sha2_start(IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_sha2_start()
478 IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_sha2_init()
623 IN const u8* key, IN const u32 keylen, in rtl_crypto_hmac_sha2()
A Drtl8721dhp_md5.c162 int rtl_crypto_hmac_md5_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_md5_init()
277 IN const u8* key, IN const u32 keylen, in rtl_crypto_hmac_md5()
A Drtl8721dhp_crypto_ram.c1048 IN const u8 *key, IN const u32 keylen) in CRYPTO_CipherInit()
/AliOS-Things-master/components/mbedtls/library/
A Dpkparse.c685 size_t keylen ) in pk_parse_key_pkcs1_der()
812 size_t keylen ) in pk_parse_key_sec1_der()
951 size_t keylen ) in pk_parse_key_pkcs8_unencrypted_der()
1045 unsigned char *key, size_t keylen, in pk_parse_key_pkcs8_encrypted_der()
1164 const unsigned char *key, size_t keylen, in mbedtls_pk_parse_key()
1377 const unsigned char *key, size_t keylen ) in mbedtls_pk_parse_public_key()
A Dpkcs5.c60 int *keylen, mbedtls_md_type_t *md_type ) in pkcs5_parse_pbkdf2_params()
118 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2() local
A Dpkcs12.c91 unsigned char *key, size_t keylen, in pkcs12_pbe_derive_key_iv()
180 int ret, keylen = 0; in mbedtls_pkcs12_pbe() local
A Dpem.c81 static int pem_pbkdf1( unsigned char *key, size_t keylen, in pem_pbkdf1()
201 static int pem_aes_decrypt( unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt()
A Dmd.c319 int mbedtls_md_hmac_starts( mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen ) in mbedtls_md_hmac_starts()
415 const unsigned char *key, size_t keylen, in mbedtls_md_hmac()
A Darc4.c68 unsigned int keylen ) in mbedtls_arc4_setup()
A Dcmac.c391 const unsigned char *key, size_t keylen, in mbedtls_cipher_cmac()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_npn.c31 const char *key, unsigned int keylen) in select_next_protocol()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A Darc4.c48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dcrypto_api.h1218 … const uint8_t *key, const uint32_t keylen, uint8_t *pDigest) in rtl_crypto_hmac_sha2()
1240 … int rtl_crypto_hmac_sha2_init(const SHA2_TYPE sha2type, const uint8_t *key, const uint32_t keylen) in rtl_crypto_hmac_sha2_init()
/AliOS-Things-master/components/mbedtls/programs/aes/
A Daescrypt2.c102 size_t keylen; in main() local
A Dcrypt_and_hash.c102 size_t keylen, ilen, olen; in main() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dmppe.h154 u8_t keylen; /* key length in bytes */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dmppe.h154 u8_t keylen; /* key length in bytes */ member
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_client.c140 int keylen; in nego_cb() local
A Dalcs_server.c42 int keylen; in alcs_rec_auth_select() local
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl_internal.h429 unsigned int keylen; /*!< symmetric key length (bytes) */ member

Completed in 212 milliseconds