Symbol: X509V3_add1_i2d
lib/libcrypto/hidden/openssl/x509v3.h
155
LCRYPTO_USED(X509V3_add1_i2d);
lib/libcrypto/ocsp/ocsp_ext.c
137
return X509V3_add1_i2d(&x->tbsRequest->requestExtensions, nid, value,
lib/libcrypto/ocsp/ocsp_ext.c
206
return X509V3_add1_i2d(&x->singleRequestExtensions, nid, value, crit,
lib/libcrypto/ocsp/ocsp_ext.c
278
return X509V3_add1_i2d(&x->tbsResponseData->responseExtensions, nid,
lib/libcrypto/ocsp/ocsp_ext.c
347
return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags);
lib/libcrypto/ocsp/ocsp_ext.c
390
if (!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce, &os, 0,
lib/libcrypto/x509/x509_ext.c
119
return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
lib/libcrypto/x509/x509_ext.c
190
return X509V3_add1_i2d(&x->cert_info->extensions, nid, value, crit,
lib/libcrypto/x509/x509_ext.c
256
return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
lib/libcrypto/x509/x509_lib.c
367
LCRYPTO_ALIAS(X509V3_add1_i2d);
lib/libcrypto/x509/x509v3.h
643
int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags);
regress/lib/libcrypto/x509/x509_extensions_test.c
111
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
regress/lib/libcrypto/x509/x509_extensions_test.c
158
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
179
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
regress/lib/libcrypto/x509/x509_extensions_test.c
186
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
regress/lib/libcrypto/x509/x509_extensions_test.c
201
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 0) {
regress/lib/libcrypto/x509/x509_extensions_test.c
230
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
269
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
304
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
338
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
357
if ((got = X509V3_add1_i2d(extensions, nid, bc, 1, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
377
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
417
if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
429
if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
497
if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
538
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
574
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
615
if ((got = X509V3_add1_i2d(extensions, nid, bc, crit, op)) != -1) {
regress/lib/libcrypto/x509/x509_extensions_test.c
77
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {
regress/lib/libcrypto/x509/x509_extensions_test.c
98
if ((got = X509V3_add1_i2d(extensions, nid, NULL, 0, op)) != 0) {