others 4040 ext/openssl/openssl.c STACK_OF(X509) *others = NULL; others 4058 ext/openssl/openssl.c others = load_all_certs_from_file(extracerts); others 4059 ext/openssl/openssl.c if (others == NULL) { others 4102 ext/openssl/openssl.c if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { others 4138 ext/openssl/openssl.c sk_X509_free(others); others 4290 ext/openssl/openssl.c STACK_OF(X509) *others = NULL; others 4310 ext/openssl/openssl.c others = load_all_certs_from_file(extracertsfilename); others 4311 ext/openssl/openssl.c if (others == NULL) { others 4344 ext/openssl/openssl.c p7 = PKCS7_sign(cert, privkey, others, infile, flags); others 4378 ext/openssl/openssl.c if (others) { others 4379 ext/openssl/openssl.c sk_X509_pop_free(others, X509_free);