Searched refs:source (Results 1 – 15 of 15) sorted by relevance
| /crypto/cmp/ |
| A D | cmp_genm.c | 23 const char *source, X509 *cert, const char *msg) in cert_msg() argument 30 source, subj, msg); in cert_msg() 35 static int ossl_X509_check(OSSL_CMP_CTX *ctx, const char *source, X509 *cert, in ossl_X509_check() argument 47 source, cert, res > 0 ? "has expired" : "not yet valid"); in ossl_X509_check() 53 source, cert, in ossl_X509_check() 61 static int ossl_X509_check_all(OSSL_CMP_CTX *ctx, const char *source, in ossl_X509_check_all() argument 69 ret = ossl_X509_check(ctx, source, in ossl_X509_check_all()
|
| A D | cmp_asn.c | 168 ASN1_SIMPLE(OSSL_CMP_CRLSTATUS, source, OSSL_CMP_CRLSOURCE), 633 crlsource = crlstatus->source; in OSSL_CMP_CRLSTATUS_new1() 765 if ((crlsource = crlstatus->source) == NULL) { in OSSL_CMP_CRLSTATUS_get0()
|
| A D | cmp_local.h | 230 OSSL_CMP_CRLSOURCE *source; member
|
| /crypto/ |
| A D | passphrase.c | 208 const char *source = NULL; in ossl_pw_get_passphrase() local 220 source = data->_.expl_passphrase.passphrase_copy; in ossl_pw_get_passphrase() 223 source = data->cached_passphrase; in ossl_pw_get_passphrase() 227 if (source != NULL) { in ossl_pw_get_passphrase() 230 memcpy(pass, source, source_len); in ossl_pw_get_passphrase()
|
| A D | sparccpuid.S | 5 ! in the file LICENSE in the source distribution or at
|
| /crypto/ct/ |
| A D | ct_sct.c | 257 return sct->source; in SCT_get_source() 260 int SCT_set_source(SCT *sct, sct_source_t source) in SCT_set_source() argument 262 sct->source = source; in SCT_set_source() 264 switch (source) { in SCT_set_source()
|
| A D | ct_x509v3.c | 33 static int set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source) in set_sct_list_source() argument 39 int res = SCT_set_source(sk_SCT_value(s, i), source); in set_sct_list_source()
|
| A D | ct_local.h | 80 sct_source_t source; member
|
| /crypto/cast/ |
| A D | build.info | 4 # CAST assembly source is not PIC
|
| /crypto/bn/asm/ |
| A D | bn-c64xplus.asm | 5 ;; in the file LICENSE in the source distribution or at 12 ;; Rights for redistribution and usage in source and binary forms are
|
| /crypto/comp/ |
| A D | c_zlib.c | 78 const Bytef *source, uLong sourceLen); 80 const Bytef *source, uLong sourceLen);
|
| /crypto/des/asm/ |
| A D | des_enc.m4 | 5 ! in the file LICENSE in the source distribution or at 6 ! https://www.openssl.org/source/license.html 926 ! parameter 2 source left 927 ! parameter 3 source right 978 ! parameter 3 source register left 979 ! parameter 4 source register right
|
| /crypto/bn/ |
| A D | build.info | 5 # Define source files and macros per asm architecture
|
| /crypto/err/ |
| A D | openssl.txt | 5 # in the file LICENSE in the source distribution or at 6 # https://www.openssl.org/source/license.html 408 CMS_R_UNSUPPORTED_LABEL_SOURCE:193:unsupported label source 1067 entropy source failed continuous tests 1068 PROV_R_ENTROPY_SOURCE_STRENGTH_TOO_WEAK:186:entropy source strength too weak 1320 randomness source strength insufficient 1332 RSA_R_UNSUPPORTED_LABEL_SOURCE:163:unsupported label source
|
| /crypto/aes/asm/ |
| A D | bsaes-armv8.pl | 39 // in the file LICENSE in the source distribution or at 40 // https://www.openssl.org/source/license.html 44 // project. Rights for redistribution and usage in source and binary
|
Completed in 39 milliseconds