HomeSort by: relevance | last modified time | path
    Searched defs:ecxkey (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 127 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
130 if (ecxkey == NULL) {
135 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey));
200 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
205 if (ecxkey == NULL || ecxkey->privkey == NULL) {
210 oct.data = ecxkey->privkey;
271 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
275 if (ecxkey == NULL || ecxkey->privkey == NULL)
662 const ECX_KEY *ecxkey, *peerkey; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
ecx_kmgmt.c 381 static int set_property_query(ECX_KEY *ecxkey, const char *propq)
383 OPENSSL_free(ecxkey->propq);
384 ecxkey->propq = NULL;
386 ecxkey->propq = OPENSSL_strdup(propq);
387 if (ecxkey->propq == NULL) {
397 ECX_KEY *ecxkey = key; local
405 void *buf = ecxkey->pubkey;
407 if (p->data_size != ecxkey->keylen
408 || !OSSL_PARAM_get_octet_string(p, &buf, sizeof(ecxkey->pubkey),
411 OPENSSL_clear_free(ecxkey->privkey, ecxkey->keylen)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_meth.c 33 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
36 if (ecxkey == NULL) {
41 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey));
100 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
105 if (ecxkey == NULL || ecxkey->privkey == NULL) {
110 oct.data = ecxkey->privkey;
169 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
173 if (ecxkey == NULL || ecxkey->privkey == NULL)
728 const ECX_KEY *ecxkey, *peerkey; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_meth.c 33 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
36 if (ecxkey == NULL) {
41 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey));
102 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
107 if (ecxkey == NULL || ecxkey->privkey == NULL) {
112 oct.data = ecxkey->privkey;
171 const ECX_KEY *ecxkey = pkey->pkey.ecx; local
175 if (ecxkey == NULL || ecxkey->privkey == NULL)
729 const ECX_KEY *ecxkey, *peerkey; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ecx_kmgmt.c 409 static int set_property_query(ECX_KEY *ecxkey, const char *propq)
411 OPENSSL_free(ecxkey->propq);
412 ecxkey->propq = NULL;
414 ecxkey->propq = OPENSSL_strdup(propq);
415 if (ecxkey->propq == NULL)
423 ECX_KEY *ecxkey = key; local
431 void *buf = ecxkey->pubkey;
433 if (p->data_size != ecxkey->keylen
434 || !OSSL_PARAM_get_octet_string(p, &buf, sizeof(ecxkey->pubkey),
437 OPENSSL_clear_free(ecxkey->privkey, ecxkey->keylen)
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 784 const ECX_KEY *ecxkey = vecxkey; local
787 if (ecxkey == NULL) {
792 keyblob = OPENSSL_memdup(ecxkey->pubkey, ecxkey->keylen);
797 return ecxkey->keylen;
803 const ECX_KEY *ecxkey = vecxkey; local
807 if (ecxkey == NULL || ecxkey->privkey == NULL) {
812 oct.data = ecxkey->privkey;
813 oct.length = ecxkey->keylen
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 764 const ECX_KEY *ecxkey = vecxkey; local
767 if (ecxkey == NULL) {
772 keyblob = OPENSSL_memdup(ecxkey->pubkey, ecxkey->keylen);
779 return ecxkey->keylen;
784 const ECX_KEY *ecxkey = vecxkey; local
788 if (ecxkey == NULL || ecxkey->privkey == NULL) {
793 oct.data = ecxkey->privkey;
794 oct.length = ecxkey->keylen
    [all...]

Completed in 71 milliseconds