Searched refs:ser (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/ec/curve448/ |
H A D | scalar.c | 139 const unsigned char *ser, in scalar_decode_short() argument 148 out |= ((c448_word_t) ser[k]) << (8 * j); in scalar_decode_short() 155 const unsigned char ser[C448_SCALAR_BYTES]) in ossl_curve448_scalar_decode() 160 scalar_decode_short(s, ser, C448_SCALAR_BYTES); in ossl_curve448_scalar_decode() 177 const unsigned char *ser, size_t ser_len) in ossl_curve448_scalar_decode_long() argument 191 scalar_decode_short(t1, &ser[i], ser_len - i); in ossl_curve448_scalar_decode_long() 204 (void)ossl_curve448_scalar_decode(t2, ser + i); in ossl_curve448_scalar_decode_long() 214 ossl_curve448_scalar_encode(unsigned char ser[C448_SCALAR_BYTES], in ossl_curve448_scalar_encode() 221 ser[k] = s->limb[i] >> (8 * j); in ossl_curve448_scalar_encode()
|
H A D | point_448.h | 97 const unsigned char ser[C448_SCALAR_BYTES]); 108 const unsigned char *ser, size_t ser_len); 117 ossl_curve448_scalar_encode(unsigned char ser[C448_SCALAR_BYTES],
|
/openssl/crypto/x509/ |
H A D | x509_local.h | 70 const ASN1_INTEGER *ser, const X509_NAME *issuer);
|
H A D | x_crl.c | 486 const ASN1_INTEGER *ser, in X509_CRL_METHOD_new() argument
|
/openssl/apps/ |
H A D | x509.c | 964 ASN1_INTEGER *ser; in x509_main() local 970 || (ser = BN_to_ASN1_INTEGER(bnser, NULL)) == NULL) { in x509_main() 975 i2a_ASN1_INTEGER(out, ser); in x509_main() 976 ASN1_INTEGER_free(ser); in x509_main()
|
H A D | ocsp.c | 71 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser); 1176 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial() argument 1183 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
|
Completed in 17 milliseconds