Searched refs:ossl_cipher_hw_generic_ofb128 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_hw.c | 48 int ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ofb128() function 186 ossl_cipher_hw_generic_ofb128(ctx, out, in, MAXCHUNK); in ossl_cipher_hw_chunked_ofb128() 192 ossl_cipher_hw_generic_ofb128(ctx, out, in, inl); in ossl_cipher_hw_chunked_ofb128()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_hw.c | 48 int ossl_cipher_hw_generic_ofb128(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ofb128() function 186 ossl_cipher_hw_generic_ofb128(ctx, out, in, MAXCHUNK); in ossl_cipher_hw_chunked_ofb128() 192 ossl_cipher_hw_generic_ofb128(ctx, out, in, inl); in ossl_cipher_hw_chunked_ofb128()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 222 PROV_CIPHER_HW_FN ossl_cipher_hw_generic_ofb128; variable
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 221 PROV_CIPHER_HW_FN ossl_cipher_hw_generic_ofb128; variable
|
Completed in 3 milliseconds