Searched refs:origin (Results 1 – 17 of 17) sorted by relevance
/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 23 as its "internal key" or "origin" (the reason for "origin" is 29 =item legacy origin 43 =item provider-native origin 60 confusing which one of the two is the origin. 99 For legacy origin keys, this requires the associated 123 "provider native origin".> 126 what form the origin has. 127 For a legacy origin, this requires that the associated 138 (ENGINE for legacy origin keys, provider for provider side origin 172 For legacy origin keys, that's done with the help of the [all …]
|
/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 31 cipher->origin = EVP_ORIG_METH; in EVP_CIPHER_meth_new() 53 to->origin = EVP_ORIG_METH; in EVP_CIPHER_meth_dup() 60 if (cipher == NULL || cipher->origin != EVP_ORIG_METH) in EVP_CIPHER_meth_free()
|
H A D | digest.c | 233 || (type != NULL && type->origin == EVP_ORIG_METH) in evp_md_init_internal() 235 && ctx->digest->origin == EVP_ORIG_METH)) { in evp_md_init_internal() 1174 if (md->origin == EVP_ORIG_DYNAMIC) in EVP_MD_up_ref() 1183 if (md == NULL || md->origin != EVP_ORIG_DYNAMIC) in EVP_MD_free()
|
H A D | evp_enc.c | 148 || (cipher != NULL && cipher->origin == EVP_ORIG_METH) in evp_cipher_init_internal() 150 && ctx->cipher->origin == EVP_ORIG_METH)) { in evp_cipher_init_internal() 1727 if (cipher->origin == EVP_ORIG_DYNAMIC) in EVP_CIPHER_up_ref() 1744 if (cipher == NULL || cipher->origin != EVP_ORIG_DYNAMIC) in EVP_CIPHER_free()
|
H A D | evp_lib.c | 834 md->origin = EVP_ORIG_METH; in EVP_MD_meth_new() 855 to->origin = EVP_ORIG_METH; in EVP_MD_meth_dup() 870 if (md == NULL || md->origin != EVP_ORIG_METH) in EVP_MD_meth_free()
|
/openssl/doc/internal/man3/ |
H A D | evp_pkey_export_to_provider.pod | 21 This manual uses the term "origin", which is explained in internal 24 evp_pkey_export_to_provider() exports the "origin" key contained in I<pk> 30 If I<keymgmt> isn't NULL but I<*keymgmt> is, and the "origin" was successfully
|
H A D | evp_keymgmt_util_export_to_provider.pod | 62 information from the provvider "origin" and save it in I<pk>'s
|
/openssl/providers/common/ |
H A D | provider_util.c | 119 if (cipher != NULL && cipher->origin != EVP_ORIG_GLOBAL) in ossl_prov_cipher_load_from_params() 203 if (md != NULL && md->origin != EVP_ORIG_GLOBAL) in ossl_prov_digest_load_from_params()
|
/openssl/.github/workflows/ |
H A D | style-checks.yml | 32 git fetch origin $GITHUB_BASE_REF:$GITHUB_BASE_REF
|
/openssl/doc/designs/quic-design/ |
H A D | dgram-api.md | 356 For send/receive addresses, we import the `BIO_(set|get)_dgram_(origin|dest)` 357 APIs proposed in the sendmsg/recvmsg PR (#5257). `BIO_get_dgram_(origin|dest)` 359 `BIO_set_dgram_(origin|dest)` should be called immediately before 368 Note that since `BIO_set_dgram_(origin|dest)` sets data on outgoing packets and 369 `BIO_get_dgram_(origin|dest)` gets data on incoming packets, it doesn't follow 371 variables called "dgram origin" and "dgram destination", even though they look 377 `BIO_set_outgoing_dgram_(origin|dest)` and 378 `BIO_get_incoming_dgram_(origin|dest)`. 474 (`BIO_(set|get)_dgram_(origin|dest)`) as this would pose a problem. But I mainly
|
/openssl/test/ |
H A D | README-external.md | 162 $ git pull origin master
|
/openssl/include/crypto/ |
H A D | evp.h | 263 int origin; member 311 int origin; member
|
/openssl/include/openssl/ |
H A D | ct.h.in | 283 * The origin of this SCT, e.g. TLS extension, OCSP response, etc. 288 * Set the origin of this SCT, e.g. TLS extension, OCSP response, etc.
|
/openssl/ |
H A D | LICENSE.txt | 142 origin of the Work and reproducing the content of the NOTICE file.
|
/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 152 The malicious server may then be able to violate cross-origin scripting
|
/openssl/ssl/ |
H A D | ssl_lib.c | 6248 sct_source_t origin) in ct_move_scts() argument 6262 if (SCT_set_source(sct, origin) != 1) in ct_move_scts()
|
/openssl/doc/man1/ |
H A D | openssl-s_client.pod.in | 410 The malicious server may then be able to violate cross-origin scripting
|
Completed in 88 milliseconds