Searched refs:sk_X509_ATTRIBUTE_push (Results 1 – 3 of 3) sorted by relevance
94 if (!sk_X509_ATTRIBUTE_push(sk, new_attr)) in STACK_OF()
1254 if (!sk_X509_ATTRIBUTE_push(*sk, NULL)) in add_attribute()
263 #define sk_X509_ATTRIBUTE_push(sk, ptr) OPENSSL_sk_push(ossl_check_X509_ATTRIBUTE_sk_type(sk), ossl… macro