Searched refs:octet_string (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dp8_pkey.c70 if (key->pkey->value.octet_string)
71 OPENSSL_cleanse(key->pkey->value.octet_string->data,
72 key->pkey->value.octet_string->length);
H A Devp_asn1.c81 if ((a->type != V_ASN1_OCTET_STRING) || (a->value.octet_string == NULL))
86 p=M_ASN1_STRING_data(a->value.octet_string);
87 ret=M_ASN1_STRING_length(a->value.octet_string);
H A Dx_pkey.c92 i=ret->enc_algor->parameter->value.octet_string->length;
100 ret->enc_algor->parameter->value.octet_string->data,i);
H A Dp5_pbev2.c145 kdf->salt->value.octet_string = osalt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dp8_pkey.c73 && key->pkey->value.octet_string != NULL)
74 OPENSSL_cleanse(key->pkey->value.octet_string->data,
75 key->pkey->value.octet_string->length);
131 *pk = p8->pkey->value.octet_string->data;
132 *ppklen = p8->pkey->value.octet_string->length;
H A Devp_asn1.c84 if ((a->type != V_ASN1_OCTET_STRING) || (a->value.octet_string == NULL)) {
88 p = M_ASN1_STRING_data(a->value.octet_string);
89 ret = M_ASN1_STRING_length(a->value.octet_string);
H A Dx_pkey.c91 i = ret->enc_algor->parameter->value.octet_string->length;
98 ret->enc_algor->parameter->value.octet_string->data, i);
H A Dp5_pbev2.c216 kdf->salt->value.octet_string = osalt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dp8_pkey.c73 && key->pkey->value.octet_string != NULL)
74 OPENSSL_cleanse(key->pkey->value.octet_string->data,
75 key->pkey->value.octet_string->length);
131 *pk = p8->pkey->value.octet_string->data;
132 *ppklen = p8->pkey->value.octet_string->length;
H A Devp_asn1.c84 if ((a->type != V_ASN1_OCTET_STRING) || (a->value.octet_string == NULL)) {
88 p = M_ASN1_STRING_data(a->value.octet_string);
89 ret = M_ASN1_STRING_length(a->value.octet_string);
H A Dx_pkey.c91 i = ret->enc_algor->parameter->value.octet_string->length;
98 ret->enc_algor->parameter->value.octet_string->data, i);
H A Dp5_pbev2.c216 kdf->salt->value.octet_string = osalt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c111 p = p8->pkey->value.octet_string->data;
112 pkeylen = p8->pkey->value.octet_string->length;
383 &p8->pkey->value.octet_string)) {
413 RAND_add(p8->pkey->value.octet_string->data,
414 p8->pkey->value.octet_string->length, 0.0);
479 &p8->pkey->value.octet_string)) {
529 if (!(p8->pkey->value.octet_string = ASN1_OCTET_STRING_new())) {
535 &p8->pkey->value.octet_string->data,
536 &p8->pkey->value.octet_string->length)) {
576 if (!(p8->pkey->value.octet_string
[all...]
H A Dp5_crpt2.c241 salt = kdf->salt->value.octet_string->data;
242 saltlen = kdf->salt->value.octet_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_pkey.c140 RAND_add(p8->pkey->value.octet_string->data,
141 p8->pkey->value.octet_string->length, 0.0);
H A Dp5_crpt2.c313 salt = kdf->salt->value.octet_string->data;
314 saltlen = kdf->salt->value.octet_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_pkey.c140 RAND_add(p8->pkey->value.octet_string->data,
141 p8->pkey->value.octet_string->length, 0.0);
H A Dp5_crpt2.c313 salt = kdf->salt->value.octet_string->data;
314 saltlen = kdf->salt->value.octet_string->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_kdf.c107 ctr_atype.value.octet_string = &ctr_oct;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_kdf.c107 ctr_atype.value.octet_string = &ctr_oct;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c62 os=so->value.octet_string;
227 os=so->value.octet_string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_sign.c892 ASN1_OCTET_STRING *octet_string = NULL; local
900 if (!(octet_string = ASN1_OCTET_STRING_new()))
902 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
903 octet_string = NULL;
911 ASN1_OCTET_STRING_free(octet_string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_sign.c892 ASN1_OCTET_STRING *octet_string = NULL; local
900 if (!(octet_string = ASN1_OCTET_STRING_new()))
902 ASN1_TYPE_set(ret->d.other, V_ASN1_OCTET_STRING, octet_string);
903 octet_string = NULL;
911 ASN1_OCTET_STRING_free(octet_string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_kiss.c239 lkid = attrib->value.octet_string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_kiss.c214 lkey = attrib->value.octet_string;

Completed in 193 milliseconds

12