Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_meth.c45 int (*new_item) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_new_item()
47 method->new_item = new_item; in X509_LOOKUP_meth_set_new_item()
54 return method->new_item; in X509_LOOKUP_meth_get_new_item()
H A Dx509_local.h76 int (*new_item) (X509_LOOKUP *ctx); member
H A Dx509_lu.c26 if (method->new_item != NULL && method->new_item(ret) == 0) { in X509_LOOKUP_new()
/openssl/doc/man3/
H A DX509_LOOKUP_meth_new.pod33 int (*new_item) (X509_LOOKUP *ctx));
118 specific data, the supplied new_item function should allocate this data and
123 new_item function.
127 L<X509_LOOKUP_set_method_data(3)> as part of the new_item routine.
163 Any method data that was created as a result of the new_item function
/openssl/util/perl/OpenSSL/
H A DOrdinals.pm477 my $new_item =
491 push @items, $new_item;
501 my @returns = ( $new_item );
/openssl/include/openssl/
H A Dx509_vfy.h.in554 int (*new_item) (X509_LOOKUP *ctx));

Completed in 21 milliseconds