Searched refs:pkcs12_fill_buffer (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | pkcs12.c | 209 static void pkcs12_fill_buffer(unsigned char *data, size_t data_len, in pkcs12_fill_buffer() function 388 pkcs12_fill_buffer(salt_block, v, salt, saltlen); in mbedtls_pkcs12_derivation() 392 pkcs12_fill_buffer(pwd_block, v, pwd, pwdlen); in mbedtls_pkcs12_derivation() 413 pkcs12_fill_buffer(hash_block, v, hash_output, hlen); in mbedtls_pkcs12_derivation()
|