HomeSort by relevance Sort by last modified time
    Searched refs:SSL_AEAD_CTX_seal (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
dtls_record.c 314 if (!SSL_AEAD_CTX_seal(aead, out + DTLS1_RT_HEADER_LENGTH, &ciphertext_len,
ssl_aead_ctx.c 253 int SSL_AEAD_CTX_seal(SSL_AEAD_CTX *aead, uint8_t *out, size_t *out_len,
tls_record.c 406 if (!SSL_AEAD_CTX_seal(ssl->s3->aead_write_ctx, out + 2, &ciphertext_len,
internal.h 379 * |SSL_AEAD_CTX_seal| may be used with the resulting object, depending on
396 * |SSL_AEAD_CTX_seal|. |ctx| may be NULL to denote the null cipher. */
407 /* SSL_AEAD_CTX_seal encrypts and authenticates |in_len| bytes from |in| and
412 int SSL_AEAD_CTX_seal(SSL_AEAD_CTX *ctx, uint8_t *out, size_t *out_len,
    [all...]

Completed in 95 milliseconds