Home
last modified time | relevance | path

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

/apps/
A Dkdf.c51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_kdf_algorithm_name() argument
57 if (*optp == NULL) in alloc_kdf_algorithm_name()
58 *optp = sk_OPENSSL_STRING_new_null(); in alloc_kdf_algorithm_name()
59 if (*optp == NULL) in alloc_kdf_algorithm_name()
64 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_kdf_algorithm_name()
A Dmac.c55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() argument
61 if (*optp == NULL) in alloc_mac_algorithm_name()
62 *optp = sk_OPENSSL_STRING_new_null(); in alloc_mac_algorithm_name()
63 if (*optp == NULL) in alloc_mac_algorithm_name()
68 if (sk_OPENSSL_STRING_push(*optp, res)) in alloc_mac_algorithm_name()

Completed in 5 milliseconds