Home
last modified time | relevance | path

Searched refs:cipher_func (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c275 const EVP_CIPHER* (*cipher_func)(void); member
374 if (suite->cipher_func == NULL) { in pbe_cipher_init()
377 cipher = suite->cipher_func(); in pbe_cipher_init()