Searched refs:optp (Results 1 – 2 of 2) sorted by relevance
51 static char *alloc_kdf_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_kdf_algorithm_name() argument57 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()
55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() argument61 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 4 milliseconds